projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3440d80
)
Fix a typo.
author
Xue Fuqiao
<xfq.free@gmail.com>
Tue, 29 Oct 2013 14:23:07 +0000
(22:23 +0800)
committer
Xue Fuqiao
<xfq.free@gmail.com>
Tue, 29 Oct 2013 14:23:07 +0000
(22:23 +0800)
doc/lispref/display.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/display.texi
b/doc/lispref/display.texi
index 9b07a92bf6f1b9ec9dc2641f90cc380476c7aa35..a489b424e9f1173bd0e90ba969576bd74a2dd310 100644
(file)
--- a/
doc/lispref/display.texi
+++ b/
doc/lispref/display.texi
@@
-5432,7
+5432,7
@@
is skipped over. Returns the button found.
@defun next-button pos &optional count-current
@defunx previous-button pos &optional count-current
-Return the next button after (for @code{next-button} or before (for
+Return the next button after (for @code{next-button}
)
or before (for
@code{previous-button}) position @var{pos} in the current buffer. If
@var{count-current} is non-@code{nil}, count any button at @var{pos}
in the search, instead of starting at the next button.